home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- CheckThis(0, clickOn())
- end
-
- on CheckThis ObjRef, me
- global FileTypeFolder, FileTypeExtension
- set FileTypeFolder to "Picts"
- set FileTypeExtension to "pic"
- selSaveFileType(FileTypeExtension, 1)
- set the puppet of sprite me to 1
- set the castNum of sprite (me - 1) to the number of cast "JPG_0"
- set the castNum of sprite me to the number of cast "PIC_1"
- set the castNum of sprite (me + 1) to the number of cast "BMP_0"
- set the castNum of sprite (me + 2) to the number of cast "GIF_0"
- updateStage()
- end
-
- on myHelp
- return "Click if you want WebTools to install graphics as PIC files"
- end
-